usb: ulpi: Add omap-ulpi-view port support
authorGovindraj.R <[email protected]>
Mon, 6 Feb 2012 03:55:32 +0000 (03:55 +0000)
committerAlbert ARIBAUD <[email protected]>
Sun, 12 Feb 2012 09:11:30 +0000 (10:11 +0100)
commit928c4bdf9b069be218436d25b96721395c4d671f
tree541a8e42ef5f0a815eef4997152a10a3afd01d29
parent3e6e809f56e0278d964d45e18e6665687d9c174b
usb: ulpi: Add omap-ulpi-view port support

Based on discussion from this thread [1].
Adding omap-view port that helps us in using the generic ulpi
framework for any ulpi phy ops using the INSNREG05_ULPI viewport
reg available on omap platform.

Currently ehci ports are available on omap3/4 platforms so enable the same
for beagle and panda, patch is tested on the same boards.

Thanks to Igor Grinberg <[email protected]> for reviewing the
omap-ehci patches and suggesting this approach.

[1]: http://www.mail-archive.com/[email protected]/msg76076.html

Tested-by: Stefano Babic <[email protected]>
Acked-by: Igor Grinberg <[email protected]>
Signed-off-by: Govindraj.R <[email protected]>
doc/README.omap-ulpi-viewport [new file with mode: 0644]
drivers/usb/ulpi/Makefile
drivers/usb/ulpi/omap-ulpi-viewport.c [new file with mode: 0644]
include/configs/omap3_beagle.h
include/configs/omap4_panda.h